home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Great Canadian Scientists
/
GCS_CD.iso
/
mac
/
PC
/
GCSData
/
memory_g.dxr
/
00060_Frame 4 (Show Words).ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-01
|
297 b
|
11 lines
on enterFrame
global QuestionNum, Order, NumberOfQuestions
set QuestionNum to QuestionNum + 1
if QuestionNum > NumberOfQuestions then
Guess1Setup()
else
put line the value of line QuestionNum of Order of the text of cast "Words" into field "Question"
startTimer()
end if
end